projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62525b
)
(struct x_display_info): New member Xatom_UTF8_STRING.
author
Kenichi Handa
<handa@m17n.org>
Wed, 14 Aug 2002 00:59:15 +0000
(
00:59
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 14 Aug 2002 00:59:15 +0000
(
00:59
+0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 2258577833ac43521725b2ad6af5930e80b541c7..03b746fd41027f8fd54bc42cab9e2efb9d2b7c62 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-289,7
+289,7
@@
struct x_display_info
/* More atoms, which are selection types. */
Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,
- Xatom_COMPOUND_TEXT,
+ Xatom_COMPOUND_TEXT,
Xatom_UTF8_STRING,
Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
Xatom_ATOM_PAIR;